/* General layout */

.leftB {
  background-color: #5acfd7;
  color: black;
  padding: 1px 20px;
  border-radius: 1px;
  border-color: #5acfd7;
}

#bottomL {
  position: fixed;
  bottom: 3%;
  left: 2%;
}